AudioAction

sealed class AudioAction : Action

Defines actions responsible to mutate the AudioGuidanceState.

Types

Mute
Link copied to clipboard
object Mute : AudioAction
The action mutes the volume control for audio guidance
Toggle
Link copied to clipboard
object Toggle : AudioAction
The action toggles mute/un-mute volume control for audio guidance
Unmute
Link copied to clipboard
object Unmute : AudioAction
The action un-mutes the volume control for audio guidance

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

AudioAction
Link copied to clipboard
AudioAction
Link copied to clipboard
AudioAction
Link copied to clipboard